Skip to main content

ContainerControl Properties

An object defining properties for the ContainerControl class.

ReadOnly

Specifies whether the container control is in a read-only state.

Type: bool


Loading

Indicates whether the control is in a loading state.

Type: bool


ContextMenuColumnKey

The key of the column associated with the context menu.

Type: string


ContextMenuKey

The key associated with the context menu.

Type: string


ClientReadOnly

Indicates that the component is read-only on the client side only and is not protected by the server.

Type: bool


Style

The styling properties for the control.

Type: Style


ExecutedServerEvents

A list of server events that have been executed.

Type: List<ControlExecutedServerEvent>


DefaultEnabled

Indicates whether the control is enabled by default.

Type: bool


ClientEnabled

Indicates whether the control is enabled on the client side.

Type: bool


Title

The title of the control.

Type: MultiLanguageText


Visible

Indicates whether the control is visible.

Type: bool


ContextMenuTarget

The target of the context menu.

Type: ContextMenuTarget
Accepted Values:

NameValue
None0
Container1
Row2
Column3

ContainerStyle

The styling properties for the container of the control.

Type: Style


ServerEvents

A list of server-side events associated with the control.

Type: List<EventItem>


Name

The name of the control.

Type: string


DefaultClientEnabled

Indicates whether the control is enabled by default on the client side.

Type: bool


ClientEvents

A list of client-side events associated with the control.

Type: List<EventItem>


Enabled

Indicates whether the control is enabled.

Type: bool


ControlId

The unique identifier of the control.

Type: string


ClientVisible

Indicates whether the control is visible on the client side.

Type: bool


CustomClassName

The custom CSS class name applied to the control.

Type: string


DefaultReadOnly

Defines the default read-only state for the container control.

Type: bool


Caption

The caption of the control.

Type: ControlCaption